home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Trial / Webroot Internet Security Essentials / WebrootSecurityTrialSetup_EN.exe / {app} / SpySweeperUI.exe / 0 / RCDATA / TBACKUPDOTNETDIALOG / TBACKUPDOTNETDIALOG.txt
Text File  |  2008-11-13  |  2KB  |  74 lines

  1. object BackupDotNetDialog: TBackupDotNetDialog
  2.   Left = 0
  3.   Top = 0
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = '.NET configuration progress'
  7.   ClientHeight = 145
  8.   ClientWidth = 489
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnCloseQuery = FormCloseQuery
  18.   OnShow = FormShow
  19.   DesignSize = (
  20.     489
  21.     145)
  22.   PixelsPerInch = 96
  23.   TextHeight = 16
  24.   object lblTitle: TResLabel
  25.     Left = 19
  26.     Top = 8
  27.     Width = 447
  28.     Height = 40
  29.     Anchors = [akLeft, akTop, akRight]
  30.     AutoSize = False
  31.     Caption = 
  32.       'Please wait until the application downloads and configures .NET ' +
  33.       'framework'
  34.     Transparent = True
  35.     WordWrap = True
  36.     ExplicitWidth = 597
  37.   end
  38.   object lblCurrentAction: TResLabel
  39.     Left = 19
  40.     Top = 54
  41.     Width = 202
  42.     Height = 16
  43.     AutoSize = False
  44.     Caption = 'Downloading...'
  45.     Transparent = True
  46.   end
  47.   object btnMain: TResTeButton
  48.     Left = 177
  49.     Top = 107
  50.     Width = 118
  51.     Height = 25
  52.     OnClick = btnMainClick
  53.     Caption = 'btnMain'
  54.     TabOrder = 0
  55.   end
  56.   object pbDownloadProgress: TTeProgressBar
  57.     Left = 19
  58.     Top = 76
  59.     Width = 447
  60.     Height = 16
  61.     BorderWidth = 0
  62.     Position = 0
  63.     Orientation = kpoHorizontal
  64.     ThemeObject = 'default'
  65.     ShowBorder = True
  66.     Smooth = True
  67.   end
  68.   object ThemeForm: TTeForm2
  69.     ThemeObject = 'StandardDialog'
  70.     Left = 16
  71.     Top = 94
  72.   end
  73. end
  74.